object MyEditBox: TMyEditBox Left = 415 Top = 117 BorderStyle = bsDialog Caption = 'Dictionary Maintenance' ClientHeight = 442 ClientWidth = 262 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 19 object Bevel1: TBevel Left = 4 Top = 8 Width = 253 Height = 385 Style = bsRaised end object HeadLabel: TLabel Left = 8 Top = 16 Width = 245 Height = 41 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object TheList: TListBox Left = 12 Top = 108 Width = 237 Height = 241 ItemHeight = 19 TabOrder = 2 end object AddInfo: TEdit Left = 12 Top = 72 Width = 149 Height = 27 TabOrder = 0 end object AddButton: TButton Left = 176 Top = 72 Width = 73 Height = 29 Caption = '&Add' TabOrder = 1 OnClick = AddButtonClick end object DeleteButton: TButton Left = 77 Top = 356 Width = 107 Height = 29 Caption = '&Delete' TabOrder = 3 OnClick = DeleteButtonClick end object OkButton: TButton Left = 8 Top = 400 Width = 117 Height = 33 Caption = '&Ok' TabOrder = 4 OnClick = OkButtonClick end object CancelButton: TButton Left = 136 Top = 400 Width = 117 Height = 33 Caption = '&Cancel' TabOrder = 5 OnClick = CancelButtonClick end end